Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2024/08/17 9:24 a.m.120 views

CVE-2024-43860

CVE-2024-43860 affects the Linux kernel remoteproc component for imx_rproc. In imx_rproc_addr_init(), the code may dereference NULL during parsing because of_count_phandle_with_args() can yield empty phandles and of_parse_phandle() may return NULL. The fix adds a NULL-return check to prevent dere...

5.5CVSS6.4AI score0.00221EPSS
Save
CVE
CVE
added 2024/09/04 6:56 p.m.120 views

CVE-2024-44969

CVE-2024-44969 affects the Linux kernel, specifically the s390/sclp path. If a task waiting for a Store Data operation is interrupted and the halt attempt fails due to hardware/firmware issues, the SCLP facility might later store data into buffers referenced by the original operation. The fix pre...

5.5CVSS6.2AI score0.00218EPSS
Save
CVE
CVE
added 2024/09/04 7:54 p.m.120 views

CVE-2024-44988

CVE-2024-44988 : Linux kernel net: dsa mv88e6xxx driver vulnerability due to an ATU violation where a CPU Load can make SPID exceed DSA_MAX_PORTS, causing an out-of-bounds access in mv88e6xxx_chip. The fix bounds-checks the SPID to stay within the valid port range, mitigating the issue. Affected ...

5.5CVSS6.1AI score0.00239EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.120 views

CVE-2024-46729

CVE-2024-46729 (Linux kernel) : Affected component is drm/amd/display. Root cause: incorrect size calculation for a loop due to fe_clk_en having size 5 but sizeof(fe_clk_en) equal to 20 bytes, leading to two overrun conditions. Mitigation: fix implemented by computing element count via dividing t...

7.8CVSS6.7AI score0.00212EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.120 views

CVE-2024-46834

CVE-2024-46834 concerns a Linux kernel issue in the ethtool path where the max channel check can be skipped if the indirection table cannot be fetched or memory allocation fails. The vulnerability can allow a driver’s indirection table to contain out-of-bounds channel IDs, potentially leading to ...

5.5CVSS5.2AI score0.00205EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.120 views

CVE-2024-46842

The CVE-2024-46842 entry concerns the Linux kernel SCSI lpfc mailbox timeout handling. The MBX_TIMEOUT return wasn’t checked in lpfc_get_sfp_info, causing mailbox memory to be freed regardless of status; if firmware provides SFP data later, the reply memory could reference freed memory in the com...

5.5CVSS5.3AI score0.00205EPSS
Save
CVE
CVE
added 2024/10/21 12:14 p.m.120 views

CVE-2024-47731

CVE-2024-47731 affects the Linux kernel driver path: drivers/perf, specifically the ali_drw_pmu/ Alibaba uncore PMU handling. The vulnerability arises because the alibaba_uncore_pmu driver did not clear all interrupt statuses in its interrupt processing function, so after a PMU counter overflow a...

5.5CVSS5.2AI score0.00236EPSS
Save
CVE
CVE
added 2024/10/21 6:1 p.m.120 views

CVE-2024-49916

CVE-2024-49916 affects the Linux kernel’s drm/amd/display code (dcn401_init_hw). The root cause is a potential null pointer dereference when dc->clk_mgr or dc->clk_mgr->funcs is null. The fix adds explicit null checks before dereferencing clk_mgr/clk_mgr->funcs, preventing dereference...

5.5CVSS5.2AI score0.00206EPSS
Save
CVE
CVE
added 2024/10/21 6:2 p.m.120 views

CVE-2024-49976

CVE-2024-49976 concerns an ABBA deadlock in the Linux kernel related to timerlat/osnoise kthread handling. The issue arises because stop_kthread() (offline callback for trace/osnoise:online) could deadlock due to holding interface_lock while cpus_write_lock/cpus_read_lock paths are taken, enablin...

5.5CVSS5.2AI score0.00178EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.120 views

CVE-2024-50217

CVE-2024-50217 pertains to the Linux kernel, specifically a use-after-free in btrfs when closing devices in a multi-device mount scenario. The issue occurs with two loop-backed images that share a single fsid but have different dev_uuids, where btrfs_device_1->bdev_file and btrfs_device_2->...

7.8CVSS7.5AI score0.0026EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.120 views

CVE-2024-50243

CVE-2024-50243 affects the Linux kernel ntfs3 path; the issue is a general protection fault in run_is_mapped_full leading to a local denial of service. The fix (and related NTFS attribute handling fix) was committed in the kernel; affected advisories reference kernel 6.1.x updates. Remediation is...

5.5CVSS5.2AI score0.00218EPSS
Save
CVE
CVE
added 2024/11/19 1:30 a.m.120 views

CVE-2024-50292

CVE-2024-50292: Linux kernel ASoC stm32_spdifrx DMA channel release bug. If ctrl_chan DMA request fails and ctrl_chan is non-NULL, releasing the DMA channel can dereference a NULL pointer, leading to a kernel NULL dereference. The fix releases the channel only when the pointer is valid (non-NULL)...

5.5CVSS6.4AI score0.00229EPSS
Save
CVE
CVE
added 2024/11/19 1:30 a.m.120 views

CVE-2024-50295

CVE-2024-50295 : In the Linux kernel, the arc net driver fix addresses a DMA mapping issue where ndev->dev and pdev->dev may not be the same device. The correct device used for dma_map_single/dma_unmap_single is ndev->dev.parent, since ndev->dev.parent has the dma_mask, whereas ndev-&...

5.5CVSS6.6AI score0.00229EPSS
Save
CVE
CVE
added 2024/11/19 5:22 p.m.120 views

CVE-2024-53062

Technical details for CVE-2024-53062 are not provided in the supplied documents. Monitor official advisories for patches and affected products; no root-cause, impact, or remediation details are available here.

7.1CVSS6.8AI score0.00223EPSS
Save
CVE
CVE
added 2024/11/25 9:21 p.m.120 views

CVE-2024-53098

CVE-2024-53098 affects the Linux kernel DRM XE ufence path. The root cause is that access_ok() only checks for addr overflow and may also read the user-supplied address to catch invalid addresses, coupled with prefetching ufence addresses to detect bogus ones. The issue is remedied by a kernel fi...

7.8CVSS6.7AI score0.00214EPSS
Save
CVE
CVE
added 2024/12/27 2:51 p.m.120 views

CVE-2024-56617

CVE-2024-56617 affects the Linux kernel cacheinfo handling during CPU hotplug. The root cause is potential NULL dereference in last_level_cache_is_valid when cacheinfo memory was not allocated (x86 does not use early build); a patch sequence allocates cacheinfo memory during hotplug when not done...

5.5CVSS6.3AI score0.00204EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.120 views

CVE-2025-21768

Technical details for CVE-2025-21768 are not publicly provided in the supplied documents. Monitor for updates from the linked advisories and security feeds.

5.5CVSS6.5AI score0.00199EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.120 views

CVE-2025-21786

CVE-2025-21786 concerns a Linux kernel workqueue use-after-free. The issue arises from a patch that reap workers via kthread_stop() and detaches the rescuer, but incorrectly does not preserve the rescuer’s reference to the pool and removes the code waiting for the rescuer in put_unbound_pool(). T...

7.8CVSS6.7AI score0.00229EPSS
Save
CVE
CVE
added 2025/02/27 8:1 p.m.120 views

CVE-2025-21810

Technical details for CVE-2025-21810 are not publicly available in the provided connected documents. Monitor kernel advisories and vendor advisories for affected versions, impact, and fixes.

7.8CVSS6.4AI score0.00198EPSS
Save
CVE
CVE
added 2025/02/27 8:4 p.m.120 views

CVE-2025-21815

CVE-2025-21815 affects the Linux kernel, specifically the memory management path in mm/compaction (isolate_freepages_block). The issue stems from a UBSAN shift-out-of-bounds warning caused by (1UL <

7.1CVSS6.5AI score0.0019EPSS
Save
CVE
CVE
added 2025/03/12 9:42 a.m.120 views

CVE-2025-21856

The CVE-2025-21856 issue affects Linux kernel on s390/ISM where devices must have a release function. The kernel previously freed a struct device after device_add() without waiting for other references (e.g., sysfs), allowing a use-after-free if a release function was not set. Root cause: missing...

7.8CVSS6.6AI score0.0021EPSS
Save
CVE
CVE
added 2025/03/12 9:42 a.m.120 views

CVE-2025-21857

CVE-2025-21857 affects the Linux kernel net/sched code (cls_api). The root cause is error handling in tcf_exts_miss_cookie_base_alloc() calling xa_alloc_cyclic() that can return 1 (wraps successfully), which is treated as an error by tcf_exts_init_ex() and causes ext­s to be NULL. fl_change() the...

5.5CVSS6.4AI score0.00204EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.120 views

CVE-2025-22030

CVE-2025-22030 involves a deadlock in the Linux kernel zswap path. The root cause: zswap_cpu_comp_dead() can call crypto_free_acomp() while holding the per-CPU acomp_ctx mutex, while crypto_free_acomp() may attempt to acquire scomp_lock via crypto_exit_scomp_ops_async(), and crypto_alloc_acomp_no...

5.5CVSS6.5AI score0.00187EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.120 views

CVE-2025-22071

CVE-2025-22071 concerns the Linux kernel spufs subsystem. The issue is a leak in spufs_create_context() that occurs when setting CPU affinity and spufs_mkdir() fails, requiring the code to drop the reference to the neighbor. The problem was fixed by this leak remediation, with historical notes th...

5.5CVSS6.3AI score0.002EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.120 views

CVE-2025-22103

CVE-2025-22103 causes a NULL pointer dereference in the Linux kernel net: l3mdev_l3_rcv path when deleting an ipvlan l3s link (ipvlan1 type ipvlan mode l3s). The issue arises because ipvlan_l3s_unregister() can set dev->l3mdev_ops to NULL, and l3mdev_l3_rcv() may still access master->l3mdev...

5.5CVSS6.4AI score0.0019EPSS
Save
CVE
CVE
added 2025/04/16 2:13 p.m.120 views

CVE-2025-22116

CVE-2025-22116 affects the Linux kernel idpf driver’s netdev handling. The patch adds an error check when creating vports, logs the vport number and error code, and ensures on removal that VPORT_REG_NETDEV is checked before unregister/free. It also introduces local variables (idx, vport_config, n...

5.5CVSS6.6AI score0.00188EPSS
Save
CVE
CVE
added 2005/04/03 5:0 a.m.119 views

CVE-2005-0750

CVE-2005-0750 affects the Bluetooth driver in the Linux kernel (2.4.6–2.4.30-rc1 and 2.6–2.6.11.5). The bluez_sock_create function fails to validate a negative protocol value, allowing a local user to gain privileges via a crafted socket or socketpair call. Public details appear in multiple advis...

7.2CVSS5.3AI score0.00847EPSS
SaveWeb
CVE
CVE
added 2010/09/21 5:0 p.m.119 views

CVE-2010-3080

CVE-2010-3080 is a double-free vulnerability in the Linux kernel’s snd_seq_oss_open() (sound/core/seq/oss/seq_oss_init.c) affecting kernels before 2.6.36-rc4. An unsuccessful open of /dev/sequencer could trigger kernel memory corruption, leading to local denial of service and potentially other im...

7.2CVSS7.7AI score0.00416EPSS
Save
CVE
CVE
added 2011/01/07 11:0 a.m.119 views

CVE-2010-4160

The CVE-2010-4160 issue is present in the Linux kernel before 2.6.36.2, involving multiple integer overflows in the PPPoL2TP and IPoL2TP sendmsg paths (pppol2tp_sendmsg and l2tp_ip_sendmsg). The vulnerability can allow local users to trigger a denial of service through heap memory corruption and ...

6.9CVSS7.5AI score0.00529EPSS
Save
CVE
CVE
added 2011/02/18 7:0 p.m.119 views

CVE-2011-0712

Technical details about CVE-2011-0712 are not publicly provided in the supplied documents. Monitor for updates in connected advisories; no confirmed affected products, versions, or fixes are stated here.

7.2CVSS6.9AI score0.00435EPSS
Save
CVE
CVE
added 2011/05/03 8:0 p.m.119 views

CVE-2011-1593

CVE-2011-1593 affects the Linux kernel before 2.6.38.4, where multiple integer overflows in the next_pidmap function (kernel/pid.c) allow a local user to crash the system via crafted getdents or readdir calls. The connected advisories confirm the affected component and the root cause (integer ove...

4.9CVSS6.1AI score0.00572EPSS
Save
CVE
CVE
added 2013/03/22 10:0 a.m.119 views

CVE-2013-1796

CVE-2013-1796 affects the Linux kernel KVM MSR_KVM_SYSTEM_TIME handling: the kvm_set_msr_common path in arch/x86/kvm/x86.c does not ensure time_page alignment for MSR_KVM_SYSTEM_TIME when the kernel is

6.8CVSS6.9AI score0.00946EPSS
Save
CVE
CVE
added 2014/01/18 10:0 p.m.119 views

CVE-2014-1445

Technical details for CVE-2014-1445 are not publicly provided in the supplied documents. The initial description contains core details, but no additional technical specifics are found in connected documents. Monitor for updates.

2.1CVSS6AI score0.00414EPSS
Save
CVE
CVE
added 2014/09/28 10:0 a.m.119 views

CVE-2014-3185

CVE-2014-3185 affects the Linux kernel’s Whiteheat USB Serial Driver (drivers/usb/serial/whiteheat.c). The vulnerability allows physically proximate attackers to execute arbitrary code or cause a denial of service (memory corruption and system crash) by presenting a crafted USB device that suppli...

6.9CVSS6.7AI score0.00596EPSS
Save
CVE
CVE
added 2014/08/01 10:0 a.m.119 views

CVE-2014-3534

CVE-2014-3534 (Linux kernel, s390) : The vulnerability in arch/s390/kernel/ ptrace.c allows a local user to bypass restrictions on address-space control with PTRACE_POKEUSR_AREA, gaining read/write access to kernel memory and potentially elevation of privileges via a crafted ptrace call. Affected...

7.2CVSS5.6AI score0.00469EPSS
Save
CVE
CVE
added 2016/05/02 10:0 a.m.119 views

CVE-2015-8324

CVE-2015-8324 affects the ext4 driver in the Linux kernel prior to 2.6.34. The issue arises from incomplete tracking of initialization for certain ext4 data structures, enabling physically proximate attackers to trigger a denial of service (NULL pointer dereference and panic) via a crafted USB de...

4.9CVSS4.7AI score0.00426EPSS
Save
CVE
CVE
added 2018/07/16 8:0 p.m.119 views

CVE-2018-10840

CVE-2018-10840 describes a heap-based buffer overflow in the Linux kernel’s ext4 xattr handling: fs/ext4/xattr.c:ext4_xattr_set_entry(). An attacker could exploit this by operating on a mounted crafted ext4 image, potentially leading to kernel memory corruption. Connected feeds confirm multiple v...

7.2CVSS7.8AI score0.0067EPSS
Save
CVE
CVE
added 2019/11/25 1:44 p.m.119 views

CVE-2019-18675

CVE-2019-18675 affects the Linux kernel up to version 5.3.13, due to a start_offset+size integer overflow in cpia2_remap_buffer (drivers/media/usb/cpia2/cpia2_core.c) when cpia2 uses its own mmap. This allows a local user with access to /dev/video0 to read/write kernel physical pages, potentially...

7.8CVSS7.8AI score0.00533EPSS
Save
CVE
CVE
added 2024/06/20 12:7 p.m.119 views

CVE-2021-4439

Mode C: The connected Nessus/OpenVAS entries confirm CVE-2021-4439 affects the Linux kernel isdn/capi/kcapi.c and relates to cmtp session handling. The root cause is an array-index-out-of-bounds when detaching a controller that is not yet attached, triggering an out-of-bounds access (-1) in a 32-...

7.8CVSS8.1AI score0.00235EPSS
Save
CVE
CVE
added 2024/05/21 2:35 p.m.119 views

CVE-2021-47347

CVE-2021-47347 affects the Linux kernel component related to the wl1251 driver. The vulnerability arises from a buffer overflow in wl1251_cmd_scan where memcpy is invoked without validating the input length. The issue is fixed by adding a length check to ensure the copied data stays within the ma...

8.8CVSS9.2AI score0.01269EPSS
Save
CVE
CVE
added 2022/05/03 8:5 p.m.119 views

CVE-2022-20106

The CVE-2022-20106 entry concerns the MM service, with a heap-based buffer overflow causing an out-of-bounds write that could enable local privilege escalation to SYSTEM. Exploit details or in-the-wild activity are not provided in the documents. No user interaction is required. Remediation refere...

6.7CVSS6.8AI score0.00129EPSS
Save
CVE
CVE
added 2022/12/23 12:0 a.m.119 views

CVE-2022-47946

CVE-2022-47946 affects the Linux kernel 5.10.x up to 5.10.155. It is a use-after-free in io_sqpoll_wait_sq (fs/io_uring.c) that can crash the kernel and cause a denial of service; finish_wait can be skipped. Exploitation scenarios include forking a process and terminating it quickly. Later kernel...

5.5CVSS6.1AI score0.00373EPSS
Save
CVE
CVE
added 2024/04/28 12:59 p.m.119 views

CVE-2022-48636

CVE-2022-48636 (Linux kernel, s390/dasd) : A race condition in dasd_alias_get_start_dev can occur when pavgroup is NULL due to a window where lcu->lock is not held. The pavgroup pointer is checked on entry but the lock is not held, allowing _lcu_update() to NULL‑out pavgroup concurrently. The ...

5.5CVSS6.3AI score0.00226EPSS
Save
CVE
CVE
added 2024/10/21 8:6 p.m.119 views

CVE-2022-49021

CVE-2022-49021 affects the Linux kernel’s PCI/phy probing path. A null-pointer dereference can occur during device removal if phy_attach_direct() fails after initializing dev->driver but before binding a driver (device_bind_driver not called). This leaves the knode_driver entry uninitialized, ...

5.5CVSS5AI score0.00281EPSS
Save
CVE
CVE
added 2025/02/26 1:55 a.m.119 views

CVE-2022-49134

Technical details about CVE-2022-49134 are not publicly provided in the supplied documents; no affected products/versions/fixes are specified here. Monitor for updates.

5.5CVSS5.3AI score0.00231EPSS
Save
CVE
CVE
added 2025/02/26 1:56 a.m.119 views

CVE-2022-49276

CVE-2022-49276 affects the Linux kernel’s JFFS2 file-system code. A memory leak can occur in jffs2_scan_medium when an error in jffs2_scan_eraseblock() adds memory to jffs2_summary, leading to unreferenced allocations reported by kmemleak. The advisory notes that on exit the memory should be rele...

5.5CVSS5.3AI score0.00263EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.119 views

CVE-2022-49408

CVE-2022-49408 involves a memory-leak in ext4 when parsing on-disk mount options in the Linux kernel. The root cause is memory allocated in ext4_fs_context not being freed if option processing fails; the fix replaces direct kfree() with ext4_fc_free(). Practical impact is a leak during mounting w...

5.5CVSS5.4AI score0.00253EPSS
Save
CVE
CVE
added 2025/05/01 2:10 p.m.119 views

CVE-2022-49890

CVE-2022-49890 covers a Linux kernel memleak in cap_inode_getsecurity() when using vfs_getxattr_alloc() to allocate tmpbuf. If tmpbuf allocation succeeds but handler->get() fails, memory leak could occur in the sequence (krealloc of xattr_value, then assignment back to *xattr_value). The mitig...

5.5CVSS6.5AI score0.00192EPSS
Save
CVE
CVE
added 2024/04/03 5:0 p.m.119 views

CVE-2023-52641

CVE-2023-52641 : Linux kernel vulnerability in the ntfs3 file system driver. A NULL pointer dereference could occur at the end of attr_allocate_frame(); a patch adds NULL pointer checks and directs exit via the out: label to avoid dereference of debugging helpers. The issue is resolved by this fi...

5.5CVSS6.5AI score0.00239EPSS
Save
CVE
CVE
added 2024/04/03 5:0 p.m.119 views

CVE-2024-26747

CVE-2024-26747 : Linux kernel patch fixes a NULL pointer dereference in usb: roles. The usb_role_switch driver saves the parent module reference; if the parent device is removed before the usb_role_switch device is released, dereferencing the now-NULL module pointer causes a crash. The fix stores...

4.4CVSS6.5AI score0.00238EPSS
Save
Total number of security vulnerabilities14606